home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Beteroid.swf / scripts / DefineButton2_38 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  123 b   |  11 lines

  1. on(release){
  2.    if(_currentframe == 1)
  3.    {
  4.       gotoAndStop(2);
  5.    }
  6.    else
  7.    {
  8.       gotoAndStop(1);
  9.    }
  10. }
  11.